/* Normal desktop :992px. */
/*手机端开始*/
@media (min-width: 1200px){
.hidden-lg {
  display: none !important;
}

}
@media (max-width: 767px) {
	/* header代码开始*/
	.hidden-xs {
	  display: none !important;
	}
	.navbar {
	  border: none;
	}
	.navbar {
	  margin-bottom: 0px;
	  border-bottom: none;
	}
	.navbar-brand {
	  padding: 0px;
	}
	.navbar-toggle {
	  padding: 9px 0px;
	}
	.navbar-toggle {
	  margin-right: 0px;
	}
	.fa {
	  color: #FCF1CD;
	  font-size: 25px;
	}
	.fa {
	  display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	    font-size: 14px;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	}
	.navbar .navbar-nav {
	  margin: 0 0;
	}
	.nav > li > a {
	  padding: 10px 0px;
	  color: #2d334d;
	  font-size: 16px;
	  display: block;
	  border-bottom: 1px solid #44444412;
	  -webkit-transition: all 0.3s ease;
	  -moz-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
	  margin-right: -15px;
	  margin-left: -15px;
	  margin-top: 8px;
	  background: #ffffff;
	  z-index: 100;
	}
	.header {
	  height: 60px !important;
	}
	.fa-navicon::before, .fa-reorder::before, .fa-bars::before {
	  content: "\f0c9";
	}
	.navbar-toggle {
	  position: relative;
	  float: right;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	}
	.navbar-collapse {
	  padding-right: 15px;
	  padding-left: 15px;
	  overflow-x: visible;
	  -webkit-overflow-scrolling: touch;
	  border-top: 1px solid transparent;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	}
	.collapse.in {
	  display: block;
	  visibility: visible;
	}
	.navbar-collapse.in {
	  overflow-y: auto;
	}
	.home-wine-content .ycl-h3, .ppjs-qncc .qncc-h3, .sdyc .sdyc-h3 {
	  text-align: center;
	  padding-top: 20px;
	  color: #AF6C2F;
	  font-size: 25px;
	  font-weight: 600;
	  padding-bottom: 10px;
	}
	.home-wine-content .ycl-p, .ppjs-qncc .qncc, .sdyc .sdyc-p{
	  padding-left: 0;
	  padding-right: 0;
	  font-size: 16px;
	  text-align: center;
	  line-height: 25px;
	  color: #AF6C2F;
	  padding-bottom: 0px;
	}
	.home-ph .profile-title h4 {
	  text-align: center;
	  color: #6A3906;
	  padding: 8px 0px;
	  background: #EFC780;
	  font-size: 18px;
	}
	.home-wine-content {
	  padding-bottom: 20px !important;
	}
	
	/* header代码结束*/
	
	/* footer代码开始*/
	.footer .footer-h4{
	  color: #AF6C2F;
	  margin-bottom: 15px;
	  font-size: 20px;
	}
	.footer {
	  padding: 20px 0px !important;
	}
	.footer .footer-p{
	  font-size: 16px;
	  line-height: 25px;
	}
	.footer .mark-ph {
	  text-align: center;
	  margin-top: 30px;
	  border-top: 1px solid #AF6C2F;
	  padding-top: 10px;
	}
	/* footer代码结束*/
	
	/* 品牌介绍代码开始*/

	.ppjs-qncc .jp{
		width: 33%;
		padding: 0px 15px;
	}
	.ppjs-qncc .jp .jp-p{
	  font-size: 16px;
	  color: #AF6C2F;
	  text-align: center;
	  line-height: 25px;
	  margin-bottom: 10px;
	  padding-bottom: 10px;
	}
	.ppjs-qncc .jp .jp-h4 {
	  font-size: 20px;
	}
	/* 品牌介绍代码结束*/
}	
/*手机端结束*/	